home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / BOOTSUITE / !B_install / Resources / RISCOS_3-1 / !SetUp_3-1 next >
Text File  |  1997-01-20  |  1KB  |  40 lines

  1. FX200,1
  2. | Line above turns escape off
  3. |
  4. | > Boot-Suite.!SetUp_3-1
  5. | by R.R.Chasmer 20/01/97
  6. | BootSuite Version 2.30
  7. | THIS SHOULD NOT BE ALTERED !!!
  8.  
  9. | Set essential environment variables for !Boot...
  10. If "<BootSuite$Dir>"="" Then Set BootSuite$Dir <Obey$Dir>
  11. Run <BootSuite$Dir>.Utils.!HourGlass ON
  12. Set BootSChoices$Dir <BootSuite$Dir>.Choices
  13. Set BootSChoices$Path <BootSChoices$Dir>.
  14. Set BootSUtils$Dir <BootSuite$Dir>.Utils
  15. Set BootSUtils$Path <BootSUtils$Dir>.
  16.  
  17. Set BootInfo$Dir BootSUtils:!BootInfo
  18. Set BootOpt$Dir BootSUtils:!BootOpt
  19.  
  20. | Start protection...
  21. RmEnsure Logger 0.00 RMLoad BootSUtils:Logger
  22. RmEnsure Logger 0.00 ERROR 0 !Boot could no load Logger, Protection Inactive.
  23.  
  24. | Set utility environment variables for !Boot...
  25. Set Alias$HourG BootSUtils:!HourGlass %*0
  26. Set Password$Dir BootSUtils:!Password
  27. Set Request$Dir BootSUtils:!Request
  28. Set Service$Dir BootSUtils:!Service
  29. Set LogOff$Dir BootSUtils:!Log_Off
  30. Set Alias$ShutDown Run <LogOff$Dir>.!RShutDown
  31. RMEnsure UtilityModule 3.60 Set Alias$IfThere /BootSUtils:IfThere %*0
  32.  
  33. | Misc...
  34. IconSprites <BootSuite$Dir>.!Sprites
  35. Run BootSUtils:!RootDrive
  36.  
  37. HourG OFF
  38. FX200,0
  39. | Line above turns escape back on
  40.